home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / utilit~1 / groffvar.zoo / left_out / neqn.sh next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  1992-09-20  |  167 b   |  6 lines

  1. #!/bin/sh
  2. # Provision of this shell script should not be taken to imply that use of
  3. # GNU eqn with groff -Tascii|-Tlatin1 is supported.
  4.  
  5. exec @g@eqn -Tascii ${1+"$@"}
  6.